css: Add a comment
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 15:23:27 +0000 (10:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 15:23:27 +0000 (10:23 -0500)
All the other color values have this comment,
best to be consistent.

gtk/gtkcssstyleprivate.h

index 3db7eb150b4fa1f30162fac626d878aba69dd5bb..1ee874d06b4f756a4670163fa1f7dd18c117e154 100644 (file)
@@ -137,7 +137,7 @@ struct _GtkCssOutlineValues {
   GtkCssValue *outline_style;
   GtkCssValue *outline_width;
   GtkCssValue *outline_offset;
-  GtkCssValue *outline_color;
+  GtkCssValue *outline_color; // NULL if currentColor
 };
 
 struct _GtkCssFontValues {